home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Online / Mailbox to TSV / Readme < prev   
Text File  |  1996-04-28  |  3KB  |  49 lines

  1. Mailbox to TSV
  2.  
  3. Version 1.2.1
  4.  
  5. This folder contains a kit to perform a conversion from a mailbox file, such as that used by Eudora, to a tab-separated-value file format, suitable for import into FileMaker Pro, Excel, or anything that can read TSV files.  There are four parts to the kit:
  6.  
  7.    0) Readme         But, then, you knew that didn't you?
  8.  
  9.    1) mailbox to tsv       This is the Perl script droplet. MacPerl 5.06r1m or later is required to run it usefully. Drop the mailbox files onto the applet, or double click the applet to be prompted for a file. The converted files will be put into the same folder with the suffix .tsv appended. The fields are shipped as follows:
  10.          Subject         Subject field of message
  11.          From            Originator of message
  12.          Sender          Disseminator of message
  13.          Reply-To        Where replies are returned to (repeating)
  14.          To              Receiver list (repeating)
  15.          Cc              Additional receiver list (repeating)
  16.          In-Reply-To     Message-ID for originals (repeating)
  17.          Date            RFC822 date field
  18.          Message-Id      Message-ID of this message
  19.          References      Message-ID for originals (repeating)
  20.          Keywords        Keywords (repeating)
  21.          Comments        Comments
  22.          Newsgroups      Newsgroups posted to (repeating)
  23.          Miscellaneous   All non-excluded headers not given above (repeating)
  24.          Day             day month year (as controlled by the $DateFormat variable)
  25.          Time            hh:mm:ss
  26.          Body            Body of the mail message
  27.  
  28.    2) eudora.db                     This is the FileMaker Pro 3 file.  It is shipped as a stationery file, because it may be more useful that way. This is a bare-bones file designed to demonstrate the importation process. A much better, general purpose, mail database file is available from <ftp://ftp.th-darmstadt.de//pub/database/filemaker-pro/faq.fm.sit.hqx>.  eudora.db contains three useful scripts.
  29.        a) Import TSV               Imports new records into the database. NOTE: It is essential that you set the file type to "Tab Separated File" in the file selection dialog to work around a Filemaker deficiency.
  30.        b) Sort By Subject   Sorts by the Base Subject field and the Follow Up field and the day and the time. This will achieve a similar affect to what mailer software does.
  31.        c) Sort By Date          Sorts by the day and the time fields.
  32.  
  33.    3) mailbox to tsv.prefs  Contains the Perl fragments required to customize the applet. The parameters are:
  34.          TitleLine       Print the headers (above) on the first line of the output file
  35.          Paragraphize    Combine word-wrapped lines into paragraphs (default off)
  36.          Separator       Date separator character (default /)
  37.          DateFormat      Date format specifier (default is US format)
  38.          IgnoreHeaders   List of lower-case header keywords that will be stripped
  39.  
  40. Portions © 1989-1993 F. Rinaldi, CIS: 71170,2111
  41.  
  42. © 1996, Industrial Strength Software
  43. Robert Dalgleish
  44. 3902 Parkdale Road
  45. Saskatoon, SK, Canada
  46. S7H 5A7
  47. 306-477-1560
  48. bob.dalgleish@sasknet.sk.ca
  49. http://www.sasknet.com/~dalgl/